func github.com/andybalholm/brotli.computeRbBits

3 uses

	github.com/andybalholm/brotli (current package)
		quality.go#L110: func computeRbBits(params *encoderParams) int {
		quality.go#L115: 	var bits int = brotli_min_int(computeRbBits(params), maxInputBlockBits)
		ringbuffer.go#L34: 	var window_bits int = computeRbBits(params)